home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / text / edit / BareED.lha / BareED / Button.cfg < prev    next >
Text File  |  2000-08-01  |  4KB  |  91 lines

  1. ; NOTE: A  knob  index  of 1 cannot be allowed because this number is already
  2. ;    assigned  to  BareED's  move  gadget  within the right window border.
  3. ;    When  the  named  image cannot be found, it is internally skipped and
  4. ;    BareED continues with the next image.
  5.  
  6. ; You  may  of  course  change the order of the files that BareED should load
  7. ; in,  but  pay  attention:  the  index is the most important thing here. The
  8. ; index below gives an overview which index belongs to which function.
  9.  
  10. ; You  should  take care of that a converted image will need (depends on size
  11. ; and depth) usually threefold amount of memory as it uses on disk.
  12.  
  13.  
  14. ; All  files that should be loaded in must be converted using BitMapSaver. No
  15. ; other  formats  than those created by BitMapSaver will be accepted, but you
  16. ; can use imagery up to 256 colours and of any size.
  17.  
  18. ; The  best  way  is  to  crop  your  Workbench  and adapt all imagery to the
  19. ; Workbench  colour  scheme.  Then,  render  the  imagery to the lowest depth
  20. ; without   losing   pixels.  Save  them  as  IFF-imagery (brushes)  and  use
  21. ; BitMapSaver to convert them.
  22.  
  23.  
  24. ; Following must be written in capitals
  25. FILPAT=0x5555AAAA    ;  to fill up unused area of knob-bank (zero to disable)
  26. PATPEN=2        ; which pen to use for pattern-fill
  27. VSPACE=2        ; vertical spacing between border and imagery (may be zero and negative)
  28. HSPACE=0        ; horizontal spacing between imagery (may be zero and negative)
  29. ONEPAL=1        ; use one global palette for all imagery (value 1) or each image with its own (value 0),
  30.             ; using a global palette is 30% faster and therefore recommended, however,
  31.             ; up from a 68040 it doesn't matter, it will take approx. one second to set up imagery
  32.  
  33. ; Order and filenames may be changed by user
  34. ;
  35. ; Please  note  that  in  this  Example  the knob directory must be placed in
  36. ; BareED's main drawer, e.g.
  37. ; Sys:Utilities/BareED/ -> Sys:Utilities/BareED/knobs/...
  38.  
  39.  
  40. ; ------------------------------------------------------------------------------
  41.  
  42. ; 0,knobs/Exit.btn    -> unsupported through BareED - for versions allowing to use multiple files
  43. ; 1,knobs/Prop.btn    -> unsupported through BareED - ahem...
  44.  
  45. 2,knobs/Load.btn
  46. 3,knobs/Save.btn
  47. 4,knobs/New.btn
  48.  
  49. ; 5,knobs/Close.btn    -> unsupported through BareED - for version allowing to use multiple files
  50. ; 6,knobs/Print.btn    -> unsupported through BareED - does anybody out there know how to force an ASCII file to PostScript Level II ?
  51.  
  52. 7,knobs/Screen.btn
  53. 8,knobs/Tab.btn
  54. 9,knobs/Font.btn
  55. 10,knobs/Pencils.btn
  56.  
  57. ; 11,knobs/Palette.btn    -> unsupported through BareED - change palette of screen
  58.  
  59. ; ------------------------------------------------------------------------------
  60.  
  61. 12,knobs/PutClip.btn    ; drop marked block as clip
  62. 13,knobs/GetClip.btn    ; insert clip
  63.  
  64. ; 14,knobs/Undo.btn    -> unsupported through BareED - maybe never supported
  65.  
  66. 15,knobs/WriteBlock.btn
  67. 16,knobs/InsertBlock.btn
  68.  
  69. ; ------------------------------------------------------------------------------
  70.  
  71. 17,knobs/Find.btn
  72. 18,knobs/Replace.btn
  73. 19,knobs/Goto.btn
  74.  
  75. ; ------------------------------------------------------------------------------
  76.  
  77. 20,knobs/BlockFormat.btn    ; Block layout
  78. 21,knobs/AGuideBlockFormat.btn    ; AmigaGuide compatible block layout
  79.  
  80. ; 22,knobs/RexxMacro.btn    -> unsupported through BareED - will be supported in the far future
  81. ; 23,knobs/Prefs.btn    -> unsupported through BareED
  82.  
  83. ; ------------------------------------------------------------------------------
  84.  
  85. 40,knobs/ARexx01.btn (SYS:RexxC/RX rexx/Info.rx)
  86. 41,knobs/ARexx02.btn (SYS:RexxC/RX rexx/CountWords.rx)
  87. 42,knobs/ARexx03.btn (SYS:RexxC/RX rexx/Layout.rx)
  88. 43,knobs/ARexx04.btn (SYS:RexxC/RX rexx/RemCompLabels.rx)
  89. 44,knobs/ARexx05.btn (SYS:RexxC/RX rexx/RemInvalidChars.rx)
  90.  
  91. ; Strip comments before you use this file - to save memory